-
Notifications
You must be signed in to change notification settings - Fork 4
自動レビューのテスト #268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
自動レビューのテスト #268
Conversation
Walkthroughこのプルリクエストでは、README.md ファイルにテスト用の新しい行が追加されています。追加された行は日本語で記述され、自動レビューのテスト目的で、既存の機能やロジックには影響を与えません。エクスポートまたは公開エンティティの宣言に変更はありません。 Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (9)
🔇 Additional comments (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
@coderabbitai |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain@linoal はい、CodeRabbitを設定してREADMEなどの公開文書の正確さをチェックすることができます。これには、パスベースの指示を使用します。 READMEファイルに特化したレビュー指示を設定するには、以下のような設定を行います:
reviews:
path_instructions:
- path: "README.md"
instructions: |
このファイルは公開文書です。以下の点に注意してレビューしてください:
- テスト用の文章や不必要なコメントが含まれていないか
- 文法や表現が適切か
- 情報が正確で最新か
- ドキュメントの一貫性が保たれているかこのパスベースの指示により、READMEファイルの変更時には特別なレビュー基準が適用されます。複数のドキュメントファイルに同様の指示を適用したい場合は、パターンマッチングも使用できます: reviews:
path_instructions:
- path: "*.md"
instructions: |
このファイルは公開文書です。[指示内容]詳細な設定情報を確認するために、現在の設定とスキーマ情報を取得します。
@linoal はい、CodeRabbitを設定してREADMEなどの公開ドキュメントの正確さをチェックすることができます。現在の設定情報を確認したところ、以下の方法で実装できます:
reviews:
path_instructions:
- path: "README.md"
instructions: |
このファイルは公開ドキュメントです。以下の点に特に注意してレビューしてください:
- テスト文章や不要なコメントが含まれていないか確認する
- 適切な文法と表現が使用されているか
- 情報が正確で最新であるか
- ドキュメントの全体的な一貫性が保たれているか
- 「テスト」や「不要」という単語が含まれている場合は特に注意する複数のドキュメントファイルに同じ指示を適用したい場合は、ワイルドカードを使用できます: reviews:
path_instructions:
- path: "**/*.md"
instructions: |
このファイルは公開ドキュメントです。[指示内容]また、現在の設定では 何か他にご質問があればお知らせください。 |
Summary by CodeRabbit